Intersect
TheIntersect
method modifies this shape by intersecting it with the specified shape.
ODShape Intersect (in ODShape sectShape);
sectShape
- A reference to the shape to be intersected with this shape.
- return value
- A reference to this shape after the intersection operation.
DISCUSSION
After this method executes successfully, this shape is equivalent to the intersected area.EXCEPTIONS
kODErrNoShapeGeometry
- The geometry mode of this shape is
kODNeedsGeometry
, but the other shape has no geometric representation.kODErrOutOfMemory
- There is not enough memory to intersect the shapes.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help